feat: Prototype DeviceComposite style injection#1165
Closed
DiamondJoseph wants to merge 12 commits into506_composite_devicesfrom
Closed
feat: Prototype DeviceComposite style injection#1165DiamondJoseph wants to merge 12 commits into506_composite_devicesfrom
DiamondJoseph wants to merge 12 commits into506_composite_devicesfrom
Conversation
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github/codeql-action](https://redirect.github.com/github/codeql-action) | action | digest | `4e828ff` -> `51f7732` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DiamondLightSource/blueapi). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40My41IiwidXBkYXRlZEluVmVyIjoiNDEuNDMuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Necessarily picks up dodal 1.54 for the adsim module to be able to use the PathProvider that we want to, and ophyd-async 0.12.1 for a bug fix in the ADHDFWriter --------- Co-authored-by: Callum Forrester <[email protected]>
The example-services compose-file that we for our system tests is [adjusting the ports that it uses](epics-containers/example-services#43). As we are tracking main of that repository we need to pin this dependency, allowing the ports to be adjusted for the next release. With Renovate we should be able to keep the dependency pinned and use the latest releases, which will require an adjustment to the ports when the release is made.
The Renovate config in this repository needs migrating. Typically this is because one or more configuration options you are using have been renamed. You don't need to merge this PR right away, because Renovate will continue to migrate these fields internally each time it runs. But later some of these fields may be fully deprecated and the migrations removed. So it's a good idea to merge this migration PR soon. 🔕 **Ignore**: Close this PR and you won't be reminded about config migration again, but one day your current config may no longer be valid. ❓ Got questions? Does something look wrong to you? Please don't hesitate to [request help here](https://redirect.github.com/renovatebot/renovate/discussions). --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DiamondLightSource/blueapi). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…python-copier-template to v4.1.0 (#1140) Fixes #ISSUE ### Instructions to reviewer on how to test: 1. Do thing x 2. Confirm thing y happens ### Checks for reviewer - [ ] Would the PR title make sense to a user on a set of release notes
…1153) ### Instructions to reviewer on how to test: 1. Pull this branch and verify that `pre-commit` hooks are active. Run the following command to confirm `gitleaks` is correctly set up: ``` pre-commit run --all-files ``` This should include output from gitleaks, detecting potential hardcoded secrets. Note: It is assumed that the CI environment handles installing gitleaks as part of the `pre-commit` configuration. For local testing, the following setup was used: ``` python3 -m venv .venv source .venv/bin/activate pip install pre-commit pre-commit install --hook-type pre-commit pre-commit run --all-files ``` 2. Test gitleaks manually by attempting to commit a file containing a fake secret (e.g., a fake API key or private key). The commit should be blocked by gitleaks if the secret is detected. Note that detection may include false positives or occasionally miss some secrets (false negatives). For more information, including configuration options for customizing detection rules, refer to the official documentation: https://github.com/gitleaks/gitleaks
Co-authored-by: Joseph Ware <[email protected]>
Removes configuration for sonar scanning action that was left by #1092 And tidies the pre-commit action to allow the catalog-info to be checked for validity in the CI
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 506_composite_devices #1165 +/- ##
========================================================
Coverage ? 94.50%
========================================================
Files ? 41
Lines ? 2549
Branches ? 0
========================================================
Hits ? 2409
Misses ? 140
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Deprecated by #1231 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.